Module-level declarations

Types

Link copied to clipboard
struct dressable
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
val LOG_PREFIX: text = "MNA_MIGRATION"

Queries

Link copied to clipboard
@mount("migration.get_assets_for_user") query get_assets_for_user(evm_address: text, interface: text, cursor: page_cursor): page

Operations

Link copied to clipboard
@mount("migration.import_fungible_assets_for_user") operation import_fungible_assets_for_user(evm_address: byte_array, fungible_assets: list<fungible_asset>)
Link copied to clipboard
@mount("migration.import_ierc721_assets") operation import_ierc721_assets(import_asset_requests: list<import_ierc721asset_request>)